Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Host for cosmos #9

Draft
wants to merge 19 commits into
base: contracts-to-own-folder
Choose a base branch
from
Draft

Conversation

dorin-iancu
Copy link
Collaborator

No description provided.

Copy link

github-actions bot commented Oct 8, 2024

Coverage Summary

Totals

Count Covered %
Lines 2956 749 25.34
Regions 1391 155 11.14
Functions 540 75 13.89
Instantiations 1730 83 4.80

Files

Expand
File Lines Regions Functions Instantiations
/cosmos-side/common/common-modules2/src/client_lib.rs 0.00% 0.00% 0.00% 0.00%
/cosmos-side/common/common-modules2/src/host_lib.rs 0.00% 0.00% 0.00% 0.00%
/cosmos-side/common/common-modules2/src/utils.rs 0.00% 0.00% 0.00% 0.00%
/cosmos-side/common/common-types2/src/channel_types.rs 48.98% 14.29% 14.29% 2.67%
/cosmos-side/common/common-types2/src/connection_types.rs 0.00% 0.00% 0.00% 0.00%
/cosmos-side/host2/src/commitment.rs 0.00% 0.00% 0.00% 0.00%
/cosmos-side/host2/src/host_config.rs 0.00% 0.00% 0.00% 0.00%
/cosmos-side/host2/src/host_views.rs 0.00% 0.00% 0.00% 0.00%
/cosmos-side/host2/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/cosmos-side/host2/src/module_manager.rs 0.00% 0.00% 0.00% 0.00%
/cosmos-side/host2/src/msg.rs 0.00% 0.00% 0.00% 0.00%
/cosmos-side/host2/src/storage.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/channel/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/channel/src/channel_libs/events.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/channel/src/channel_libs/handshake_types.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/channel/src/channel_libs/ibc_channel_lib.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/channel/src/channel_libs/packet_types.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/channel/src/interfaces/client_interface.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/channel/src/interfaces/ibc_module_interface.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/channel/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/channel/src/packet_handling/ack.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/channel/src/packet_handling/encoding.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/channel/src/packet_handling/membership.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/channel/src/packet_handling/receive.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/channel/src/packet_handling/send.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/channel/src/packet_handling/timeout.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client-impls/client-common/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client-impls/local-host/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client-impls/local-host/src/client_logic.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client-impls/local-host/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client-impls/local-host/src/local_host_types.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client-impls/local-host/src/views.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client-impls/mock/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client-impls/mock/src/client_logic.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client-impls/mock/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client-impls/mock/src/mock_types.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client-impls/mock/src/views.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client-impls/qbft/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client-impls/qbft/src/client_logic.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client-impls/qbft/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client-impls/qbft/src/qbft_types.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client-impls/qbft/src/views.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client/src/create_and_update_clients.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client/src/events.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/client/src/merkle_proof.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/common/common-modules/src/client_lib.rs 83.33% 65.00% 50.00% 3.57%
/multiversx-side/common/common-modules/src/host_lib.rs 88.24% 71.43% 50.00% 3.57%
/multiversx-side/common/common-modules/src/utils.rs 20.00% 14.29% 16.67% 2.56%
/multiversx-side/common/common-types/src/channel_types.rs 28.24% 4.44% 4.00% 3.12%
/multiversx-side/common/common-types/src/connection_types.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/connection/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/connection/src/common/conn_internal.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/connection/src/common/conn_lib.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/connection/src/common/conn_types.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/connection/src/common/events.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/connection/src/common/verify_states.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/connection/src/conn_endpoints.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/connection/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/host/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/host/src/commitment.rs 59.77% 48.00% 52.17% 15.19%
/multiversx-side/host/src/host_config.rs 96.30% 76.92% 80.00% 5.71%
/multiversx-side/host/src/host_views.rs 0.00% 0.00% 0.00% 0.00%
/multiversx-side/host/src/lib.rs 100.00% 33.33% 100.00% 4.76%
/multiversx-side/host/src/module_manager.rs 18.18% 15.38% 16.67% 2.78%
/multiversx-side/host/src/storage.rs 4.48% 8.06% 11.54% 3.68%
/multiversx-side/host/tests/commitment_paths_test.rs 100.00% 100.00% 100.00% 100.00%
/multiversx-side/host/tests/host_config_test.rs 100.00% 100.00% 100.00% 100.00%
/multiversx-side/host/tests/host_setup/mod.rs 100.00% 100.00% 100.00% 100.00%
/multiversx-side/host/tests/host_setup_test.rs 100.00% 100.00% 100.00% 100.00%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant